
@charset "utf-8";

.am-cf:after, .am-cf:before {
	content: " ";
	display: table;
}
.am-cf:after {
	clear: both;
}
.czjz {
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	display: -moz-box;
	-moz-box-orient: horizontal;
	-moz-box-pack: center;
	-moz-box-align: center;
	display: -o-box;
	-o-box-orient: horizontal;
	-o-box-pack: center;
	-o-box-align: center;
	display: -ms-box;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-ms-box-align: center;
	display: box;
	box-orient: horizontal;
	box-pack: center;
	box-align: center;
}





/* 服务范围 */

.index-xitong {
	padding-top: 10px;
}
.index-xitong .title {
    text-align: center;
	color: #033566;
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0;
}
.index-xitong .title2 {
	font-size: 18px;
	color: #b1b1b1;
	text-align: center;
	margin-bottom: 20px;
}
.index-xitong .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #f5dd25;
	margin: 10px auto 11px;
}
/*
.index-xitong .hd {
	float: left;
	width: 255px;
}
 */
.index-xitong .hd {
	text-align: center;
	padding-bottom: 30px;
	}
/*
.index-xitong .hd ul {
	width: 246px;
	background-color: #033566;
}
 */
.index-xitong .hd ul {
list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
}
/*
.index-xitong .hd ul li {
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #b4b4b4;
	text-align: center;
	line-height: 90px;
	color: #FFFFFF;
	position: relative;
	font-size: 22px;
	cursor: pointer;
}
 */
 .index-xitong .hd ul li {
    float: left;
    text-align: center;
	padding-bottom: 30px;
}

.index-xitong .hd ul li a {
    border-radius: 4px;
    padding: 10px;
    border: 1px solid #ffffff00;
    text-align: center;
    line-height: 27px;
    color: #ffffff;
    position: relative;
    font-size: 16px;
    background-color: #033566;
	cursor: pointer;
}
 
.index-xitong .hd ul li.on a {
	background-color: #ba0027;
}
.index-xitong .hd ul li.on:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-top: 7px solid #ba0027;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
	position: absolute;
	left: 43%;
	top: 34px;
}
.index-xitong .bd {
	width: 945px;
	margin: auto;
	height: 540px;
	overflow: hidden;
}
.index-xitong .bd ul li {
	width: 100%;
	position: relative;
}
.index-xitong .bd ul li:nth-child(3n) {
	margin-right: 0;
}
.index-xitong .bd ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}
.index-xitong .jieshao{
	background-color: rgba(0, 0, 0, 0.54);
	padding: 10px;
	margin:auto;
}

.index-xitong .bd ul li img {
	width: 100%;
	height: 540px;
}
.index-xitong .bd .swiper-pagination {
	width: 16px;
	left: auto;
	top: 50%;
	transform: translate3d(0, -50%, 0);
	right: 0;
}
.index-xitong .hd-v {
	position: absolute;
	top: 0;
	width: 16px;
	z-index: 99;
	right: 30px;
	top: 50%;
	text-align: center;
	transform: translate3d(0, -50%, 0);
}
.index-xitong .hd-v ul li {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #FFFFFF;
	display: inline-block;
	margin-bottom: 12px;
}
.index-xitong .hd-v ul li.on {
	background-color: #158eee;
}
.index-xitong .hd-v ul li:last-child {
	margin-bottom: 0;
}

/* 动画 */

@keyframes light {
 0% {
 opacity: .5;
 transform: scale(0.9);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 1;
 transform: scale(0.9);
}
}
 @-webkit-keyframes light {
 0% {
 opacity: .5;
 transform: scale(0.9);
}
 50% {
 opacity: 1;
 transform: scale(1);
}
 100% {
 opacity: 1;
 transform: scale(0.9);
}
}
 @keyframes text {
 0% {
 opacity: .1;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}
 @-webkit-keyframes text {
 0% {
 opacity: .1;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 1;
}
}


*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}



/* 团队 */

ul,li,table,th,td,p,span,a{margin:0; padding:0; vertical-align:baseline;list-style:none;}

.w1150{
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.tc_title{
    margin-bottom: 30px;
}
.tc_title h3{
font-size: 30px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.tc_title p{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 22px 0;
    color: #f5dd25;
}
.hz_title h3{

font-size: 30px;
    text-align: center;
    color: #033566;
    font-weight: bold;
    margin-bottom: 8px;
}

.hz_title p{
    text-align: center;
    font-size: 20px;
    margin: 0 0 10px 0;
    color: #f5dd25;
}
.fl{
    float: left;
}
.fr{
    float: right;
}



/* 速美设计师 */


.tc_designer_list1 li.tmtop {
    float: left;
    width: 240px;
    height: 400px;
    background: url(/templets/dede_zxgs/cij/cij_index/v2_designer_bg.svg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}
.tc_designer_list1 li{
    float: left;
    width: 25%;
    background: url(/templets/dede_zxgs/cij/cij_index/v2_designer_bg.svg) no-repeat center center;
    background-size: 100% 100%;
    -webkit-transition: -webkit-transform 1s;
    transition: transform 1s;
}

.tc_designer_list1 li a{
    display: block;
    position: relative;
}
.tc_designer_list1 li:last-child{
    margin-right: 0;
}
.tc_designer_list1 .tmtop .tc_d_avatar{
	display: block;
    float: left;
    width: 200px;
    height: 120px;
    margin: 60px 20px;
    position: relative;

}
.tc_designer_list1 .tc_d_avatar{
	margin: auto;
    display: block;
    width: 80%;
    position: relative;
}
.tc_designer_list1 .tc_d_avatar img{
	margin: auto;
    display: block;
    width: 80%;  
    border-radius: 8px;

}

.tc_designer_list1 .tc_d_avatar img.tc_d_recommend{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.tc_designer_list1 .tmtop .tc_d_info{
    float: left;
    width: 240px;
    text-align: center;
    margin-top: 58px;
}

.tc_designer_list1 .tc_d_info{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.tc_designer_list1 .tc_d_info p{
    font-size: 16px;
    line-height: 31px;
    color: #f5dd25;
    white-space: nowrap;   
    text-overflow:ellipsis;
    overflow: hidden;    
}
.tc_designer_list1 .tc_d_info span.tc_d_name{
    font-size: 20px;
    color: #fff;
    margin-right: 10px;
    font-weight: 600;
}
.tc_designer_list1 .tc_d_info span.tc_d_level{
    display: inline-block;
    font-size: 12px;
    color: #BF9C11;
    border-radius: 0px 5px 5px 5px;
    border: 1px solid #FAE5AF;
    padding: 3px 8px 5px;
    line-height: 12px;
}
.tc_designer_list1 .tc_d_info span.tc_d_num{
    color: #001432;
    font-size: 18px;
    margin:0 6px;
}
.tc_designer_list1 .tc_d_tags{
    display: none;
    position: absolute;
    width: 340px;
    height: 137px;
    background: rgba(0, 0, 0, .5);
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 13px 13px 4px 4px;
    padding-top: 58px;
    padding-left: 30px;
    text-align: left;
    color: #fff;
    font-size: 16px;
}
.tc_d_tags h4{
    margin-bottom: 18px;
    line-height: 16px;
}
.tc_d_tags span{
    float: left;
    display: block;
    height: 24px;
    background: #fff;
    box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 0 8px;
    line-height: 24px;
    font-size: 14px;
    color: #001432;
    margin-bottom: 10px;
    margin-right: 10px;
}

.tc_designer_list1 li:hover .tc_d_tags{
    display: block;
}

.tc_designer_list2{
    width: 100%;
    height: 260px;
    margin: 50px auto 40px;
    position: relative;
}
.swiper-container-designerbox{
    float: left;
    width: 1000px;
    height: 260px;
    margin-left: 60px;
    overflow: hidden;
    padding: 10px 0;
    margin-top: -10px;
}
.swiper-container-designer{
    overflow: visible;
}

.tc_designer_list2 img.tc_d_btn{
    position: absolute;
    width: 11px;
    height: 20px;
    top: 100px;
    z-index: 20;
    cursor: pointer;
}
.tc_designer_list2 img.tc_d_btnl{
    left: 0;
}
.tc_designer_list2 img.tc_d_btnr{
    right: 60px;
}

.tc_designer_list2 .swiper-slide{
    width: 225px;
    height: 260px;
	
}
.tc_designer_list2 .swiper-slide a{
    display: block;
    width: 225px;
    height: 260px;
    margin-left: 20px;
}
.tc_designer_list2 img{
    float: left;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 100%;
}
.tc_designer_list2 a:hover img{
   
    transform: scale(1.12);
}


.tc_designer_list2 .tc_d_info{
    float: left;
}
.tc_designer_list2 span.tc_d_name{
    display: block;
    color: #001432;
    font-size: 20px;
    line-height: 63px;
    margin-bottom: 5px;
    width: 200px;
	text-align: center;
    white-space: nowrap;   
    overflow: hidden;    
    text-overflow:ellipsis;
}

.tc_designer_list2 a:hover span.tc_d_name{
    color: #3B65DF;
}

.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	direction:ltr;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}


.tc_designer_list1 li:hover{
    transform: translate(0px,-6px);
    -ms-transform: translate(0px,-6px);
    -webkit-transform: translate(0px,-6px);
}

.tc_designer_list1 li:hover{
    box-shadow: 0px 2px 10px 0px rgba(245, 221, 37, 0.1);
}
.tc_designer_list1 li:hover .tc_d_tags{
    display: block;
}

/* 业绩展示 */



.index-anli { background-color: #F2F2F2;}

.index-anli .title { text-align: center; color: #033566; font-size: 40px; font-weight: 700; line-height: 40px; margin-top: 40;}

.index-anli .title2 { color: #000000; font-size: 18px; text-align: center; padding-top: 20px;}

.warp { padding-top: 30px; margin: 0 auto; position: relative;}

.index-anli .hd {  margin-top: 10px; margin-bottom: 35px;}

.index-anli .hd ul { font-size: 0; text-align: center;}

.index-anli .hd li { width: 11%; border-radius: 4px; border: solid 1px #c1c1c1; display: inline-block; font-size: 15px; color: #474747;  line-height: 40px; text-align: center; margin-right: 8px; position: relative;}

.index-anli .hd li.on {  background-color: #ba0027; color: #FFFFFF; }

.index-anli .bd ul li { float: left; position: relative; padding: 6px;}

.index-anli .bd ul li img.bigger { width: 100%; height: 230px; display: block;}

.img .bigger {  width: 100%; height: 100%; transition: transform 400ms;}

.index-anli .bd ul li img.bigger:hover { transform: scale(1.06,1.06);}

.index-anli .bd ul li .t { padding-top: 10px; padding-bottom: 20px; text-align: center;  font-size: 16px; color: #0e0e0e;}

.index-anli .bd ul li p {  padding-top: 10px; padding-bottom: 20px; text-align: center; font-size: 16px;}


@media (max-width: 360px){
	
.warp { padding-top: 20px;}
.index-xitong .title {
    text-align: center;
	color: #033566;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
}
.index-xitong .title2 {
	font-size: 14px;
	color: #b1b1b1;
	text-align: center;
	margin-bottom: 10px;
}	
.index-xitong .hd ul li a {
	border-radius: 4px;
    padding: 6px;
    border: 1px solid #ffffff00;
    text-align: center;
    line-height: 27px;
    color: #ffffff;
    position: relative;
    font-size: 14px;
    background-color: #033566;
    cursor: pointer;
}	
.index-xitong .hd { padding-bottom: 1px; }
.index-xitong .hd ul li.on:after { top: 30px;}
.index-xitong .bd {
	width: 100%;
	margin: auto;
	overflow: hidden;
}	
.index-xitong .bd ul li img {
        width: 38%;
        height: 236px;
}

.index-xitong .bd ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 38%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.index-xitong .jieshao{
	padding: 6px;
	width: 100%;
}

.index-anli .title {
    padding-top: 1px;
    font-size: 20px;
	line-height: 20px;
}
.index-anli .title2 {
    font-size: 16px;
    padding-top: 10px;
}
.index-anli .hd { margin-top: 1px; margin-bottom: 10px;}
.index-anli .hd li {width: 24%;border-radius: 4px;border: solid 1px #c1c1c1;display: inline-block;font-size: 12px;color: #474747;line-height: 40px;text-align: center; margin: 1px; position: relative;}
.index-anli .bd ul li {width: 100%;}
.index-anli .bd ul li .t {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 14px;
}

.index-anli .bd ul li p {
    padding-top: 8px;
    padding-bottom: 10px;
}
.main-heading h2 {
        font-size: 20px;
		margin: 10px 0;
    }
.sp-simpleportfolio .sp-simpleportfolio-filter {
    text-align: center;
    margin-bottom: 10px;
}



.tc_designer_list1 .tc_d_avatar{
	margin: auto;
	display: block;
	width: 90%;
	position: relative;
}
.tc_designer_list1 .tc_d_avatar img{
	margin: auto;
	display: block;
	width: 100%;
	border-radius: 4px;
}

.col-sm-2 { float: left; width: 50%;}
.col-sm-13 { width: 33.3333333333%;}
.col-sm-13 { min-height: 1px; padding-right: 6px; padding-left: 6px;}

	
	
}


@media (min-width: 1200px)
{
	
.index-anli {
    width: 1200px;
}

.body_main {
    width: 1200px;
}

}

.index-anli {
    margin-right: auto;
    margin-left: auto;
	}
	
.body_main {
    margin-right: auto;
    margin-left: auto;
	}
	

@media (max-width: 767px)
{
.warp { padding-top: 20px;}
.index-xitong .title {
    text-align: center;
	color: #033566;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 0;
}
.index-xitong .title2 {
	font-size: 14px;
	color: #b1b1b1;
	text-align: center;
	margin-bottom: 10px;
}	
.index-xitong .hd ul li a {
	border-radius: 4px;
    padding: 8px;
    border: 1px solid #ffffff00;
    text-align: center;
    line-height: 27px;
    color: #ffffff;
    position: relative;
    font-size: 12px;
    background-color: #033566;
    cursor: pointer;
}	
.index-xitong .hd {
    padding-bottom: 1px; 
}
.index-xitong .hd ul li.on:after {
    top: 30px;
}
.index-xitong .bd {
	width: 100%;
	margin: auto;
	overflow: hidden;
}	
.index-xitong .bd ul li img {
        max-width: 42%;
        height: 236px;
}

.index-xitong .bd ul li .mask {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 42%;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 17px;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: normal;
}

.index-xitong .jieshao{
	padding: 6px;
	width: 100%;
}

.index-anli .title {
    padding-top: 1px;
    font-size: 20px;
	line-height: 20px;
}
.index-anli .title2 {
    font-size: 16px;
    padding-top: 10px;
}

.col-md-3 { width: 50%; float: left; padding-bottom: 10px;}

.textwidget li { margin-bottom: 4px;}
.index-anli .hd { margin-top: 1px; margin-bottom: 10px;}
.index-anli .hd li {width: 24%;border-radius: 4px;border: solid 1px #c1c1c1;display: inline-block;font-size: 12px;color: #474747;line-height: 40px;text-align: center; margin: 1px; position: relative;}
.index-anli .bd ul li {width: 100%;}
.index-anli .bd ul li .t { padding-top: 4px; padding-bottom: 4px; font-size: 14px;}

.index-anli .bd ul li p { padding-top: 8px; padding-bottom: 10px;}
.main-heading h2 { font-size: 20px; margin: 10px 0;}
.sp-simpleportfolio .sp-simpleportfolio-filter { text-align: center; margin-bottom: 10px;}
.tc_designer_list1 .tc_d_avatar{ margin: auto; display: block; width: 90%; position: relative;}
.tc_designer_list1 .tc_d_avatar img{ margin: auto; display: block; width: 100%; border-radius: 4px;}
.col-sm-2 { float: left; width: 50%;}
.col-sm-13 { width: 33.3333333333%;}
.col-sm-13 { min-height: 1px; padding-right: 6px; padding-left: 6px;}

}